Add new subcommand `rustc`.
authorSondre Lefsaker <sondrele@stud.ntnu.no>
Fri, 1 May 2015 21:19:43 +0000 (23:19 +0200)
committerSondre Lefsaker <sondrele@stud.ntnu.no>
Fri, 1 May 2015 21:19:43 +0000 (23:19 +0200)
commit754938ffb8de88179939eb313d9bf4da6ae7f134
tree437568475f93060fd3e4c1081e4bc44403fb7846
parentefb482d9ed820e26e79329d73bdd0a26c4cebf41
Add new subcommand `rustc`.
- `cargo rustc` is starting out based on `cargo build`
src/bin/cargo.rs
src/bin/rustc.rs [new file with mode: 0644]
tests/test_cargo_rustc.rs [new file with mode: 0644]
tests/tests.rs